projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7ed4c2
)
(with-temp-file): Add lisp-indent-function property.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 28 Sep 1996 04:21:22 +0000
(
04:21
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 28 Sep 1996 04:21:22 +0000
(
04:21
+0000)
lisp/emacs-lisp/lisp-mode.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/lisp-mode.el
b/lisp/emacs-lisp/lisp-mode.el
index 8407d07dff967268a2aa5abdadc2cc65ef89adbc..424db7d7ddbf7996ebdcb853f635a8e6674c4b22 100644
(file)
--- a/
lisp/emacs-lisp/lisp-mode.el
+++ b/
lisp/emacs-lisp/lisp-mode.el
@@
-582,6
+582,7
@@
of the start of the containing expression."
(put 'save-current-buffer 'lisp-indent-function 0)
(put 'with-current-buffer 'lisp-indent-function 0)
(put 'with-output-to-string 'lisp-indent-function 0)
+(put 'with-temp-file 'lisp-indent-function 1)
(put 'let 'lisp-indent-function 1)
(put 'let* 'lisp-indent-function 1)
(put 'while 'lisp-indent-function 1)